From: Lars Ingebrigtsen Date: Tue, 11 Aug 2020 18:51:33 +0000 (+0200) Subject: Remove compat code in prolog.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~5899 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7bbfdcec6478c0b02166f49b1fb519a410b5961e;p=emacs.git Remove compat code in prolog.el * lisp/progmodes/prolog.el (use-region-p): Remove compat code. --- diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index 99b57354e25..bdb98a47fa9 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el @@ -271,10 +271,6 @@ (require 'easymenu) (require 'align) -(eval-when-compile - (or (fboundp 'use-region-p) - (defsubst use-region-p () (region-exists-p)))) - (defgroup prolog nil "Editing and running Prolog and Mercury files." :group 'languages)